home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / LookDisk / Look disk setup.exe / #setuppath# / LDW.EXE / 0 / RCDATA / TDLGVIEW / TDLGVIEW.txt
Encoding:
Text File  |  2003-04-25  |  3.1 KB  |  140 lines

  1. object DlgView: TDlgView
  2.   Left = 188
  3.   Top = 90
  4.   AutoScroll = False
  5.   Caption = '  '
  6.   ClientHeight = 245
  7.   ClientWidth = 597
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object FV1: TOvcFileViewer
  19.     Left = 0
  20.     Top = 0
  21.     Width = 597
  22.     Height = 245
  23.     BufferPageCount = 8
  24.     Caret.CaretHeight = 17
  25.     Controller = OvcController1
  26.     FixedFont.Color = clBlack
  27.     FixedFont.Name = 'Fixedsys'
  28.     FixedFont.Size = 10
  29.     FixedFont.Style = []
  30.     HighlightColors.BackColor = clHighlight
  31.     HighlightColors.TextColor = clHighlightText
  32.     Align = alClient
  33.     ParentColor = False
  34.     TabOrder = 0
  35.   end
  36.   object MainMenu1: TMainMenu
  37.     Left = 375
  38.     Top = 5
  39.     object Datei1: TMenuItem
  40.       Caption = '&File'
  41.       ShortCut = 114
  42.       object Oeffnen1: TMenuItem
  43.         Caption = '&Open...'
  44.         ShortCut = 117
  45.         OnClick = Oeffnen1Click
  46.       end
  47.       object Ende1: TMenuItem
  48.         Caption = 'C&lose'
  49.         ShortCut = 123
  50.         OnClick = Ende1Click
  51.       end
  52.     end
  53.     object Clipboard1: TMenuItem
  54.       Caption = '&Clipboard'
  55.       ShortCut = 0
  56.       OnClick = Clipboard1Click
  57.       object InsertClip: TMenuItem
  58.         Caption = '&Copy'
  59.         ShortCut = 16451
  60.         OnClick = InsertClipClick
  61.       end
  62.       object SelectAll: TMenuItem
  63.         Caption = '&Select all'
  64.         ShortCut = 16449
  65.         OnClick = SelectAllClick
  66.       end
  67.     end
  68.     object Suchen1: TMenuItem
  69.       Caption = '&Search'
  70.       ShortCut = 0
  71.       OnClick = Suchen1Click
  72.       object Textsuchen1: TMenuItem
  73.         Caption = 'Search &Text...'
  74.         ShortCut = 16467
  75.         OnClick = Textsuchen1Click
  76.       end
  77.       object Weitersuchen1: TMenuItem
  78.         Caption = '&Repeat search'
  79.         ShortCut = 16466
  80.         OnClick = Weitersuchen1Click
  81.       end
  82.       object N1: TMenuItem
  83.         Caption = '-'
  84.         ShortCut = 0
  85.       end
  86.       object GehezuZeile1: TMenuItem
  87.         Caption = '&Go to line...'
  88.         ShortCut = 16455
  89.         OnClick = GehezuZeile1Click
  90.       end
  91.     end
  92.     object Optionen1: TMenuItem
  93.       Caption = '&Options'
  94.       ShortCut = 0
  95.       object HexMode: TMenuItem
  96.         Caption = 'Show he&x codes'
  97.         ShortCut = 119
  98.         OnClick = HexModeClick
  99.       end
  100.       object Font1: TMenuItem
  101.         Caption = '&Font...'
  102.         ShortCut = 122
  103.         OnClick = Font1Click
  104.       end
  105.     end
  106.   end
  107.   object OvcController1: TOvcController
  108.     EntryCommands.TableList = (
  109.       'Default'
  110.       True
  111.       ()
  112.       'WordStar'
  113.       False
  114.       ()
  115.       'Grid'
  116.       False
  117.       ())
  118.     Left = 337
  119.     Top = 6
  120.   end
  121.   object OpenDlg: TOpenDialog
  122.     FileEditStyle = fsEdit
  123.     Filter = 'Alle Dateien (*.*)|*.*'
  124.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  125.     Left = 263
  126.     Top = 4
  127.   end
  128.   object FontDlg: TFontDialog
  129.     Font.Color = clWindowText
  130.     Font.Height = -12
  131.     Font.Name = 'Fixedsys'
  132.     Font.Style = []
  133.     MinFontSize = 0
  134.     MaxFontSize = 0
  135.     Options = [fdEffects, fdFixedPitchOnly]
  136.     Left = 300
  137.     Top = 6
  138.   end
  139. end
  140.